cat: Fix a typo in usage error printout
authorAnne LoVerso <aelv13@gmail.com>
Fri, 6 Jun 2014 14:54:05 +0000 (10:54 -0400)
committerColin Walters <walters@verbum.org>
Tue, 17 Jun 2014 20:06:15 +0000 (16:06 -0400)
src/ostree/ot-builtin-cat.c

index b56e714a0ad80790a8eb1e82aa43630ce6bd187b..c4973e2f9cdb21e8387b6eabb499d5aa70ad44ba 100644 (file)
@@ -73,7 +73,7 @@ ostree_builtin_cat (int argc, char **argv, OstreeRepo *repo, GCancellable *cance
 
   if (argc <= 2)
     {
-      ot_util_usage_error (context, "An COMMIT and at least one PATH argument are required", error);
+      ot_util_usage_error (context, "A COMMIT and at least one PATH argument are required", error);
       goto out;
     }
   rev = argv[1];